From 15fd38a033d792dffc5b64c5507058ddbb0d7a0d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 28 Jun 2005 12:31:24 +0000 Subject: [PATCH] Clarify GtkComboBoxEntry --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkcomboboxentry.sgml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 34c178ca58..14b0d60c68 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Ross Burton + + * gtk/tmpl/gtkcomboboxentry.sgml: Clarify. + 2005-06-27 Matthias Clasen * gdk/tmpl/event_structs.sgml: Update docs. diff --git a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml index be523f2ea0..0c68c45953 100644 --- a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml +++ b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml @@ -15,7 +15,8 @@ allow modifying it. In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry must always have a text column (see gtk_combo_box_entry_set_text_column()), -and the entry will show the content of the text column in the selected row. +and the entry will show the content of the text column in the selected row. To +get the text from the entry, use gtk_combo_box_get_active_text(). -- 2.30.2